`:='-style assignments are not portable
authorSven Neumann <sven@gimp.org>
Wed, 9 Jul 2008 13:24:52 +0000 (13:24 +0000)
committerSven Neumann <neo@src.gnome.org>
Wed, 9 Jul 2008 13:24:52 +0000 (13:24 +0000)
2008-07-09  Sven Neumann  <sven@gimp.org>

* babl/base/Makefile.am: `:='-style assignments are not portable

svn path=/trunk/; revision=349

ChangeLog
babl/base/Makefile.am

index 0b6cc4c39928ca3825770af538d12f7fda4054fa..ba6d491cb9b1f34d4089b5a762a848dd4919352b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-09  Sven Neumann  <sven@gimp.org>
+
+       * babl/base/Makefile.am: `:='-style assignments are not portable
+
 2008-07-04  Sven Neumann  <sven@gimp.org>
 
        * extensions/Makefile.am: also use AM_CPPFLAGS and CPPFLAGS for
index 4fda1ba7f6e0a53d6ce64cf2dffd8da1d3706566..4d85c5041d09da98472eef480eeb5031d1077aa5 100644 (file)
@@ -18,7 +18,7 @@ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/babl
 noinst_LTLIBRARIES= libbase.la
 libbase_la_SOURCES= $(h_sources) $(c_sources) 
 
-EXTRA_DIST :=          \
+EXTRA_DIST           \
        rgb-constants.h \
        util.h